<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å‹æƒ…é“¾æŽ¥ start*/
.friend_link_container{
    padding: 25px 0;
    color: #009f3b;
}

.fl_title_p{
    width: 130px;
    position: relative;
}

.fl_title_en{
    font-size: 32px;
}

.fl_title_cn{
    width: 100%;
    font-size: 18px;
    position: absolute;
    right: -56px;
    top: 20px;
}

.fl_list{
    display: inline-block;
    width: 1068px;
    padding-left: 25px;
}

.fl_list_item{
    margin-right: 25px;
    font-size: 16px;
}

.fl_list_item a{
    color: #009f3b;
}

.fl_list_item a:hover{
    text-decoration: underline;
}
/*å‹æƒ…é“¾æŽ¥ end*/</pre></body></html>